naval_unit_type = 1
# 0 - General Purpose
model = {
	cost						= 5
	buildtime 					= 90
	defaultorganisation 				= 30
	morale						= 30
	manpower					= 0.7
	maxspeed					= 12
	surfacedetectioncapability			= 0
	airdetectioncapability				= 0
	subdetectioncapability				= 0
	visibility					= 90
	seadefence					= 0
	airdefence					= 0
	seaattack					= 0
	convoyattack					= 0
	airattack					= 0
	subattack					= 0
	shorebombardment				= 0
	transportcapability				= 40
	
	range						= 3000
	supplyconsumption				= 0.3
	fuelconsumption					= 1
	distance					= 0.1
	max_supply_stock = 100
	max_oil_stock = 100
}
# 1 - Gyors szllt
model = {
	cost						= 5
	buildtime 					= 140
	defaultorganisation 		= 30
	morale						= 30
	manpower					= 0.5
	maxspeed					= 22
	surfacedetectioncapability	= 0
	airdetectioncapability		= 0
	subdetectioncapability		= 0
	visibility					= 55
	seadefence					= 0
	airdefence					= 1
	seaattack					= 0
	convoyattack				= 0
	airattack					= 0
	subattack					= 1
	shorebombardment			= 0
	transportcapability			= 40
	
	range						= 4000
	supplyconsumption			= 0.3
	fuelconsumption				= 0.5
	distance					= 0.1
	max_supply_stock = 50
	max_oil_stock = 50
}
# 2 - AAV
model = {
	cost						= 5.5
	buildtime 					= 410
	defaultorganisation 		= 30
	morale						= 30
	manpower					= 1.4
	maxspeed					= 32
	surfacedetectioncapability	= 7
	airdetectioncapability		= 4
	subdetectioncapability		= 11
	visibility					= 80
	seadefence					= 10
	airdefence					= 10
	seaattack					= 2
	convoyattack				= 0
	airattack					= 5
	subattack					= 12
	shorebombardment			= 4
	transportcapability			= 40
	
	range						= 4000
	supplyconsumption			= 2.3
	fuelconsumption				= 2
	distance					= 0.35
}
